<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*=====公共部分=====*/
* { padding:0; margin:0; }
body { font-size:14px; line-height:22px; font-family: "微软雅黑"; min-width:1000px; color:#333333 }
ol, ul { list-style:none; }
li { list-style-type:none; }
img { border:0; vertical-align: middle; }
.img { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; }
h1, h2, h3, h4, h5, h6 { color: #000000; font-weight:normal; }
input, textarea { outline: none; }
address, cite, code, em, th, i { font-weight:normal; font-style:normal; }
a { text-decoration:none; color:#333333; }
/*a:hover { color:#008aff !important; }*/
/*常用*/
.f_b { font-weight:bold; }
.t_i2 { text-indent: 2em; }
.f_l { float: left; }
.f_r { float: right; }
.p_l5 { padding-left: 5px; }
.p_l10 { padding-left: 10px; }
.p_l15 { padding-left: 15px; }
.p_l20 { padding-left: 20px; }
.m_t5 { margin-top: 5px; }
.m_t10 { margin-top: 10px; }
.m_t15 { margin-top: 15px; }
.m_t20 { margin-top: 20px; }
.m_b5 { margin-bottom: 5px; }
.m_b10 { margin-bottom: 10px; }
.m_b15 { margin-bottom: 15px; }
.m_b20 { margin-bottom: 20px; }
.clear { clear: both; }
.display { display: none; }
.ov_h { overflow:hidden; }
.w1200 { width:1200px; margin:auto; }
.clearfix { clear: both; }
 .clearfix::after {
 content: "";
 display: table;
 clear: both;
}
/*公共头部css*/
#header { width:100%; }
#header .top { height:30px; line-height:30px; background:#f0f0f0; color:#474747; font-size:12px; }
#header .top a { color:#474747; }
#header .top span { color: #999; padding:0 10px; }
#header .bottom { height:95px; }
#header .bottom .f_l img { margin-top:20px; }
#header .search { float: right; width:240px; height:30px; line-height:30px; margin:35px auto 0; position: relative; }
#header .search input { width:calc(100% - 20px); height:100%; background:#fff; border:solid 1px #e0e0e0; border-radius: 10px; padding-left: 20px; }
#header .search .img { background-image: url(../images/search.png); background-size: auto; width:40px; position: absolute; right: 0px; top: 0px; }
.nacdic { background:#0059b3; height:40px; color:#fff; }
.nav { position:relative; }
.nav .m { float:left; }
.nav .m:hover h3,.nav .on h3 { background:#007de4; }
.nav h3 { text-align:center; float:left; font-size:16px; line-height:40px; padding:0 35px; }
.nav h3 a { display:block; color:#fff; }
.nav .sub { width:1200px; display:none; position:absolute; left:0; top:40px; text-align:center; background:rgba(255, 255, 255, 0.9); font-size:16px; height:75px; line-height:75px; z-index: 9; }
.nav .sub li { float:left; }
.nav li:nth-child(3) .sub li:first-child  {margin-left: 240px;}
.nav li:nth-child(4) .sub li:first-child  {margin-left: 380px;}
.nav li:nth-child(6) .sub li:first-child  {margin-left: 660px;}
.nav li:nth-child(7) .sub li:first-child  {margin-left: 800px;}
.nav li:nth-child(9) .sub li:first-child  {margin-left: 950px;}
.nav .sub li a { display: inline-block; color:#474747; padding-left:28px; margin-right:28px; background-image: url(../images/nav.png); background-size: auto; background-repeat: no-repeat; background-position: left center; }
.nav .sub li:first-child a { background-image:none; }
.nav .sub li a:hover{ color: #236fbc !important; }
/*尾部css*/
#footer { height:215px; background:#014884 url(../images/fbj.png); border-top:10px solid #236fbc; padding-top:65px; }
.footer_l { width:425px; height: 170px; margin-right:35px; float:left; text-align:center; border-right: solid 1px #026ecc; }
.footer_l p { color:#fff; font-size:20px; font-weight:bold; margin:10px auto 15px; }
.footer_m { width:485px; height: 170px; float:left; color:#f5f5f5; font-size:16px; border-right: solid 1px #026ecc; }
.footer_m a { color:#f5f5f5; }
.footer_m li { margin-top:10px; }
.footer_r { width:160px; height: 170px; float:right; padding-left:90px; }
.footer_r p { color:#fafafb; font-size:16px; text-align:center; margin-top:10px; width: 133px; }
/*悬浮窗css*/
.bottom_tools { position:fixed; z-index:1070; right:40px; bottom:40px; text-align:center; }
.bottom_tools a { color:#fff; display:block; width:75px; height:75px; }
.scrollUp { width:75px; height:75px; background:url(../images/top.png) no-repeat; display:none; overflow:hidden; }
/*分页css*/
.page{margin-top: 45px;text-align: center; width:100%;}
.page .sum{color:#474747; font-size:16px; margin-right:25px;}
.pagination { display:inline-block;}
.pagination li { display: inline-block; border-radius: 10px; background: #f5f5f5; color: #474747; width: 35px; height: 35px; margin-right: 10px; line-height: 35px; cursor: pointer; font-size:16px; }
.pagination li a{display:block;}
.pagination .active { background: #007de4; color: #fff; }
.pagination .active span { color: #fff; }
</pre></body></html>